Starting easyDSP


For those who use easyDSP first time, please refer to below steps.
The details could be different by target MCU.

 Step  Process  Remark

 1

 hardware connection
 between easyDSP and MCU
 Hardware connection between MCU and easyDSP.
 Please refer the help file 'How to user MCU'.

 2

 correction of user program  First, inlude the source file and header file for easyDSP communication into your project. You can find these files in the 'source' folder in the folder easyDSP is installed.
 Second, modify the #define variable in the header file according to your system. For some MCU, you don't need this process.
 Third, include this header file in the main.c and call the function for easyDSP communication.
 Please refer to the help file 'How to user MCU'.

 3

 creation of easyDSP project  Creates easyDSP project. Refer to the help file 'Menus>Project'.

 4

 MCU booting  Booting of MCU via either 'RAM booting' or 'Flash ROM' menus. 
 Refer to the help file 'Menus>MCU'.

 5

 easyDSP monitoring  Monitoring of variables of MCU program by using versatile easyDSP windows.

 6

 modification of user program  For debugging of your program, change your program under IDE environment.

 7

 MCU booting  Like step 4, boot MCU with new user program.

 8

 easyDSP monitoring   Like step 5.